home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000937_john@minster.york.ac.uk_Thu Sep 15 07:21:16 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from minster.york.ac.uk by cs.umb.edu with SMTP id AA03744
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 15 Sep 1994 07:21:16 -0400
  3. From: john@minster.york.ac.uk
  4. Date: Thu, 15 Sep 94 11:09:20
  5. Message-Id: <swordfish.779628264@minster.york.ac.uk>
  6. To: tex-k@cs.umb.edu
  7. Subject: xdvik-1.8b
  8.  
  9. I had a little problem with the installation which might be my naivety, or
  10. might be in the installation instructions.
  11.  
  12. I edited the top-level Makefile.in to make CFLAGS read:
  13.  
  14.     CFLAGS = -g $(XCFLAGS) -DFOIL_X_WCHAR_T
  15.  
  16. - ok, that may not be what I actually require, now I come to think of it! - but
  17. the make in ./kpathsea causes the various directory name parameters etc. to be
  18. echoed through `tr ' ' '\012'` to create the texmf.sed file. Because the CFLAGS
  19. value contains a space, one ends up with the following lines in texmf.sed:
  20.  
  21.     s%@CFLAGS@%-g%g
  22.     s%@%g
  23.     s%@-DFOIL_X_WCHAR_T%g
  24.  
  25. and sed complains (of course) of a garbled command `s%@%g'.
  26.  
  27. Comments? Do I have to set CFLAGS with an explicit argument to make for the
  28. time being, instead of recording my needs once and for all in Makefile.in?
  29.  
  30. John A. Murdie
  31. Department of Computer Science
  32. University of York
  33. England
  34.